Package com.cisco.pt.ipc.sim
Interface TransformSet
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
TransformSetImpl
Information provided by the PKI file:
\class TransformSet
\brief TransformSet handles and manipulates IPSec transform sets.
\example network().getDevice("Router0").getProcess("IpsecProcess").getTransformSetAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidsetTransformName(String name) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setTransformName
Information provided by the PKI file:
\brief Sets the name of the transform set. \param name, the name of the transform set.- Parameters:
name- Takes in a parameter of name
-
getTransformName
String getTransformName()Information provided by the PKI file:
\brief Returns the name of the transform set. \return string, the name of the transform set.- Returns:
- String Returns a String
-